home *** CD-ROM | disk | FTP | other *** search
- from PSPApp import *
-
- def ScriptProperties():
- return {
- 'Author': u'Corel Corporation',
- 'Copyright': u'Copyright (c) 2003-2004 Corel Corporation All rights reserved.',
- 'Description': u'',
- 'Host': u'Paint Shop Pro',
- 'Host Version': u'8.10'
- }
-
- def Preset_Lights():
- return {
- 'SelButton': 3,
- 'Darkness': 75,
- 'Lights': ((App.Constants.Boolean.true,(255,255,255),(-80,-65,8,500,25,20,0,180)),(App.Constants.Boolean.true
- ,(255,0,0),(-40,-65,8,500,25,20,50,180)),(App.Constants.Boolean.true,(255,255,0),(0,-65,8,500
- ,25,20,50,180)),(App.Constants.Boolean.true,(0,255,0),(40,-65,8,500,25,20,50,180)),(App.Constants.Boolean.true
- ,(255,0,0),(80,-65,8,500,25,20,0,180)))
- }
-
- def Do(Environment):
- # Lights
- App.Do( Environment, 'Lights', Preset_Lights())
-
-